home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / Sync_WaitTime.man < prev    next >
Encoding:
Text File  |  1989-04-07  |  1.1 KB  |  69 lines

  1.  
  2.  
  3.  
  4. Sync_WaitTime         C Library Procedures          Sync_WaitTime
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      Sync_WaitTime - sleep for a specified amount of time
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ##iinncclluuddee <<ttiimmee..hh>>
  15.      Boolean
  16.      SSyynncc__WWaaiittTTiimmee(_t_i_m_e)
  17.  
  18. AARRGGUUMMEENNTTSS
  19.      Time      _t_i_m_e           (in)      The  amount  of  time  to
  20.                                         sleep.
  21.  
  22. _________________________________________________________________
  23.  
  24. DDEESSCCRRIIPPTTIIOONN
  25.      SSyynncc__WWaaiittTTiimmee causes the process to sleep  for  a  specified
  26.      amount of time.  The call will return FALSE when the process
  27.      is woken up because the time expired.  The call returns TRUE
  28.      if  the  process  was  woken  up  prematurely because of the
  29.      arrival of a signal.
  30.  
  31. SSEEEE AALLSSOO
  32.      Sync
  33.  
  34. KKEEYYWWOORRDDSS
  35.      wait, block, process, wakeup
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  April 7, 1989                    1
  66.  
  67.  
  68.  
  69.